/**
* GdkDragContext::cancel:
+ * @context: The object on which the signal is emitted
*
* The drag and drop operation was cancelled.
*
/**
* GdkDragContext::drop-performed:
+ * @context: The object on which the signal is emitted
* @time: the time at which the drop happened.
*
* The drag and drop operation was performed on an accepting client.
/**
* GdkDragContext::dnd-finished:
+ * @context: The object on which the signal is emitted
*
* The drag and drop operation was finished, the drag destination
* finished reading all data. The drag source can now free all
/**
* GdkDragContext::action-changed:
+ * @context: The object on which the signal is emitted
* @action: The action currently chosen
*
* A new action is being chosen for the drag and drop operation.